Overload | Description |
---|---|
NotContainValues(TValue[]) | Asserts that the dictionary does not contain any of the specified values. Values are compared using their System.Object.Equals(System.Object) implementation. |
NotContainValues(IEnumerable<TValue>,String,Object[]) | Asserts that the dictionary does not contain any of the specified values. Values are compared using their System.Object.Equals(System.Object) implementation. |